home *** CD-ROM | disk | FTP | other *** search
/ USA Bestseller / USA BESTSELLER Vol 1-95 (Hepp-Computer)(1995).iso / e204 / ucalc.de < prev    next >
Text File  |  1994-08-16  |  773b  |  17 lines

  1. ; This file may be renamed 'UCALC.DEF'
  2.  
  3. ; If you like this program, please pay the registration fee.
  4. ; Each registration makes a difference.  Don't put it off for later.
  5.  
  6. e = exp(1)                 ;  Natural log constant (2.71828182845904524)
  7. h = 6.62607540E-34         ;  Planck's constant (J s)
  8.  
  9. logx(base,num) = log(num) / log(base)
  10.  
  11. fix 10               ; Displays only 10 significant digits
  12. prec 5               ; Increases plotting speed by reducing graphic precision
  13. mode ega             ; Other options are CGA, VGA, and HGC
  14. window(-10,10,-7,7)  ; This setting makes the crosshair give a better reading
  15.                      ; in the EGA mode
  16. write"ucalc.log"     ; Use this if you want to record your UCALC session to
  17.                      ; a file